From 62aa13094b79303e3bfeb33d699aab10365506f3 Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Tue, 11 Sep 2018 11:34:19 +0200 Subject: [PATCH] xen-utils: add lintian override for xen-shim Lintian complains, and the upload to Debian is rejected, because: E: xen-utils-4.11: statically-linked-binary usr/lib/xen-4.11/boot/xen-shim We can add an override for this, because the shim is a kernel that you can boot, which obviously cannot use shared libraries from the host system. For now, add the change to both .in file and generated file, so we won't lose it, whatever happens before the end of the day. --- debian/templates/xen-utils.lintian-overrides.in | 1 + debian/xen-utils-4.11.lintian-overrides | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/templates/xen-utils.lintian-overrides.in b/debian/templates/xen-utils.lintian-overrides.in index dabce13989..d7d5cbb9b1 100644 --- a/debian/templates/xen-utils.lintian-overrides.in +++ b/debian/templates/xen-utils.lintian-overrides.in @@ -1 +1,2 @@ statically-linked-binary usr/lib/xen-@version@/boot/hvmloader +statically-linked-binary usr/lib/xen-@version@/boot/xen-shim diff --git a/debian/xen-utils-4.11.lintian-overrides b/debian/xen-utils-4.11.lintian-overrides index 452adc0e0b..f7703e433f 100644 --- a/debian/xen-utils-4.11.lintian-overrides +++ b/debian/xen-utils-4.11.lintian-overrides @@ -1 +1,2 @@ statically-linked-binary usr/lib/xen-4.11/boot/hvmloader +statically-linked-binary usr/lib/xen-4.11/boot/xen-shim -- 2.30.2